summaryrefslogtreecommitdiff
path: root/[GSoC]ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* [sdf -> bsdf] Added a basic overview of the `bsdf' rasterizer.anuj-distance-fieldAnuj Verma2020-08-151-0/+8
* [sdf] Added a basic overview of the `sdf' rasterizer.Anuj Verma2020-08-151-0/+11
* [sdf] Fix gcc compiler warnings.Anuj Verma2020-08-141-0/+8
* [sdf] Bug fix.Anuj Verma2020-08-131-0/+8
* [base] Fix memory leaks due to FreeType internals.Anuj Verma2020-08-121-0/+10
* [sdf] Fix memory leaks.Anuj Verma2020-08-121-0/+9
* [sdf] Handle Post-Script fonts for overlap.Anuj Verma2020-08-121-0/+11
* [sdf] Added overlap support (currently only for TrueType).Anuj Verma2020-08-121-0/+28
* [sdf, bsdf] Added better documentation.Anuj Verma2020-08-071-0/+7
* [sdf] Added function to get contour orientation.Anuj Verma2020-08-061-0/+13
* [sdf -> bsdf] Added documentation for functions of the `bsdf' renderer.Anuj Verma2020-08-061-0/+7
* [sdf] Added documentation for function of the `sdf' renderer.Anuj Verma2020-08-061-0/+8
* [sdf] Added documentation for some structs.Anuj Verma2020-08-051-0/+10
* [sdf -> bsdf] Extended to work with monochrome bitmaps.Anuj Verma2020-08-051-0/+9
* * src/sdf/ftsdfrend.c (ft_bsdf_render): Initialize variable.Anuj Verma2020-08-031-0/+6
* [sdf -> bsdf] Fixed memory leak.Anuj Verma2020-08-031-0/+9
* [sdf -> bsdf] Fixed a bug with `finalize_sdf'.Anuj Verma2020-08-021-0/+11
* [sdf -> bsdf] Added option to use squared distances.Anuj Verma2020-08-021-0/+23
* * src/sdf/ftbsdf.c (compare_neighbor): Fix bug.Anuj Verma2020-08-021-0/+4
* Fix line endings and typo.Anuj Verma2020-08-021-1/+1
* [sdf -> bsdf] Optimized a bit.Anuj Verma2020-08-021-0/+27
* * src/sdf/ftbsdf.c (compute_edge_distance): Grammer fix.Anuj Verma2020-08-021-0/+4
* [sdf -> bsdf] Add explanation of the approximation.Anuj Verma2020-08-021-0/+12
* * src/sdf/ftsdfcommon.h (*): Fix line endings.Anuj Verma2020-08-021-0/+6
* [sdf,bsdf] Put common propertied and functions in one file.Anuj Verma2020-08-021-0/+14
* * src/sdf/ftbsdf.c (compute_gradient): Use root(2) for the filter.Anuj Verma2020-08-021-0/+7
* [sdf -> bsdf] Added function to approximate edge distance.Anuj Verma2020-08-021-0/+12
* * src/sdf/ftbsdf.c (_pass): Use function for repetitive task.Anuj Verma2020-08-021-0/+12
* * src/sdf/ftbsdf.c (bsdf_is_edge): Use macros to make it look cleaner.Anuj Verma2020-08-021-0/+9
* [sdf -> bsdf] Fix edge detection bug.Anuj Verma2020-08-021-0/+8
* [sdf -> bsdf] Added edge detection algorithm.Anuj Verma2020-08-021-0/+12
* [sdf -> bsdf] Added the second pass of the '8SED'.Anuj Verma2020-08-021-0/+12
* [sdf -> bsdf] Optimize the first pass of the 8SED.Anuj Verma2020-08-021-0/+12
* [sdf] Fix GNU Make build.Anuj Verma2020-08-021-0/+9
* [sdf -> bsdf] Added first pass of the '8SED' algorithm.Anuj Verma2020-08-021-0/+24
* * src/sdf/ftbsdf.c (*): Rename `SDF_TRaster' => `BSDF_TRaster'.Anuj Verma2020-08-021-0/+6
* * src/sdf/ftbsdf.c: Typo. `FT_16D16' is 16.16 representation.Anuj Verma2020-08-021-0/+4
* [sdf -> bsdf renderer] Hold a refrence to `FT_Memory'.Anuj Verma2020-08-021-0/+26
* [sdf -> bsdf renderer] Convert 8bit bitmap to 16bit.Anuj Verma2020-08-021-0/+12
* [sdf] Started the `bsdf' rasterier.Anuj Verma2020-08-021-0/+11
* [sdf] Added interface functions for `bsdf' converter.Anuj Verma2020-08-021-0/+36
* [sdf] Add alloc/free functions.Anuj Verma2020-08-021-0/+15
* [sdf] Added new renderer `bsdf'.Anuj Verma2020-08-021-0/+17
* [sdf] Only track memory in debug mode.Anuj Verma2020-08-021-0/+8
* [sdfb] Removed Module.Anuj Verma2020-08-021-0/+49
* Revert "[sdfb] Added new module to generate SDF from bitmap."Anuj Verma2020-08-021-27/+0
* Revert "[sdfb] Fix GNU Make build."Anuj Verma2020-08-021-14/+0
* [sdfb] Fix GNU Make build.Anuj Verma2020-08-021-0/+14
* [sdfb] Added new module to generate SDF from bitmap.Anuj Verma2020-08-021-0/+27
* [sdf] Added memory tracker.Anuj Verma2020-08-021-0/+17